Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ui.model.IWorkbenchAdapter

Packages that use IWorkbenchAdapter
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives. 
org.eclipse.ui.progress   
 

Uses of IWorkbenchAdapter in org.eclipse.ui.model
 

Classes in org.eclipse.ui.model that implement IWorkbenchAdapter
 class AdaptableList
          A modifiable list of IAdaptable objects.
 class WorkbenchAdapter
          Abstract base class with basic implementations of the IWorkbenchAdapter interface.
 

Methods in org.eclipse.ui.model that return IWorkbenchAdapter
protected  IWorkbenchAdapter WorkbenchLabelProvider.getAdapter(Object o)
          Returns the implementation of IWorkbenchAdapter for the given object.
protected  IWorkbenchAdapter BaseWorkbenchContentProvider.getAdapter(Object element)
          Returns the implementation of IWorkbenchAdapter for the given object.
 

Uses of IWorkbenchAdapter in org.eclipse.ui.progress
 

Subinterfaces of IWorkbenchAdapter in org.eclipse.ui.progress
 interface IDeferredWorkbenchAdapter
          This adapter interface provides support for lazy initialization of UI workbench elements that are displayed visually.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.